Welcome![Sign In][Sign Up]
Location:
Search - thread linux

Search list

[Linux-Unixthrmgr

Description: linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!-linux under the thread pool, which conditions the use of variables, such as maintaining Mutex variable to synchronize threads!
Platform: | Size: 8192 | Author: 王博 | Hits:

[Otherlinux_application_program

Description: 1 linux 文件IO编程 2 linux 进程编程 3 linux 线程编程 4 linux 进程间通信-1 linux file IO Programming 2 linux process 3 linux thread programming 4 linux programming interprocess communication
Platform: | Size: 53248 | Author: 武华伍 | Hits:

[Linux-Unixcore_dumper_ver1.2

Description: 能把所有线程的数据和环境记录到文件,方便调试.-Can all thread data and environmental records to a file to facilitate debugging.
Platform: | Size: 346112 | Author: wuyunbin | Hits:

[Linux-Unixlinuxthreads.tar

Description: linux 下的线程库源码,从网上下载的,可已了解线程的实现方法,更好的利用线程提高性能-Thread Library under linux source, downloaded from the Internet and can realize the thread has to understand methods, better use of threads to improve performance
Platform: | Size: 103424 | Author: bb | Hits:

[Program doclinuxthreads

Description: Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。-Linux systems adhere to POSIX thread-multi-threaded interface, known as the pthread. Prepared under the Linux multi-threaded process, need to use the header file pthread.h, connections need to use the library libpthread.a.
Platform: | Size: 16384 | Author: dj | Hits:

[Software EngineeringLinuxMultiTh

Description: Linux下的多线程技术。 具体内容见文件。-Linux under the multi-thread technology. See the specific content of documents.
Platform: | Size: 142336 | Author: newuseruser | Hits:

[Technology Managementlinux_pthread_program

Description: 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority and resources to the release of such issues, together with the test sample code. linhanzu@gmail.com
Platform: | Size: 342016 | Author: gomo | Hits:

[Embeded Linux02_pthread

Description: 多线程的生产者消费者两线程实现源码,linux嵌入式开发-Multi-threaded producer consumer thread to achieve the two-source, linux embedded development
Platform: | Size: 5120 | Author: 赵佳伟 | Hits:

[Process-Threadjthread-1.2.1

Description: 著名线程库,vocal等多个公司的开源项目中用到这个库。使用C++实现。-Well-known thread library, vocal, and many other companies use open source projects this library. The use of C++ Achieve.
Platform: | Size: 241664 | Author: chenyuhe | Hits:

[Linux-Unixpool

Description: 通用 linux 线程池, 使用 C++ 编写, 具有良好的扩展性.-General linux thread pool, use the C++ Prepared, have good scalability.
Platform: | Size: 6144 | Author: 朱建国 | Hits:

[Linux-Unixlinux_process_and_thread

Description: Linux process and thread programming
Platform: | Size: 182272 | Author: XD | Hits:

[Linux-UnixLinuxfuwuhejingchengguanli

Description: LINUX服务的线程管理 LINUX服务的线程管理 -LINUX Service management LINUX thread thread management services
Platform: | Size: 579584 | Author: han3992 | Hits:

[Linux-UnixRhapsody-0.1.8.tar

Description: sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
Platform: | Size: 252928 | Author: 林绍川 | Hits:

[Linux-Unixthreadpool-0.2

Description: 同时支持windows和Linux的线程池代码,代码写的也很规范。-At the same time, windows and Linux support for the thread pool code, code written in very standardized.
Platform: | Size: 11264 | Author: zoucongjie | Hits:

[Linux-UnixLinux_C_thread

Description: 在Linux环境下用c编写的线程实例源码,有注解。希望对大家有所帮助-In the Linux environment c prepared with examples of source thread, it notes. I hope all of you to help
Platform: | Size: 27648 | Author: bob | Hits:

[Software Engineeringzhexuejia

Description: linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)-linux using multi-thread synchronization methods to solve the problem dining philosophers (Dining-Philosophers Problem)
Platform: | Size: 31744 | Author: lessi | Hits:

[Linux-Unixpthread_create

Description: 用c語言,在linux上create 1000個thread去ping某一台主機。-Using c language, in the linux on the thread to create 1000 months ping a host.
Platform: | Size: 1024 | Author: 何德威 | Hits:

[Linux-Unix87658576Linux-4744345764

Description: linux编程入门的绝好教材,从makefile到文件,进程,时间,信号,消息,线程,网络。手把手带你进入linux编程的世界。并附有全部源码。非常经典。-linux programming excellent entry materials, from the makefile to a file, process, time, signal, message, thread, network. Hands-linux programming to take you into the world. With all the source code. Very classic.
Platform: | Size: 505856 | Author: skysideme | Hits:

[Internet-Networklinux_socket

Description: linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () function for the network, such as reading and writing. In addition to provide a service thread to wait for client connections. Note the code in Chinese.
Platform: | Size: 3072 | Author: cherenfei | Hits:

[Linux-Unixlinuxpools

Description: Linux环境下的通用线程池设计 linux下线程池的使用,C语言pools-Generic Linux environment designed thread pool thread pool under linux use, C language pools
Platform: | Size: 167936 | Author: ljm | Hits:
« 1 2 3 4 56 7 8 9 10 ... 28 »

CodeBus www.codebus.net